home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {sys} / KsDHTMLEDLib.ocx / 0 / RCDATA / TFRMHYPERLINK / TFRMHYPERLINK.txt
Text File  |  2005-09-23  |  2KB  |  97 lines

  1. object frmHyperlink: TfrmHyperlink
  2.   Left = 384
  3.   Top = 308
  4.   BorderStyle = bsDialog
  5.   Caption = 'Hyperlink'
  6.   ClientHeight = 103
  7.   ClientWidth = 383
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 275
  23.     Height = 81
  24.     Caption = 'Hyperlink Information'
  25.     TabOrder = 4
  26.     object Label1: TLabel
  27.       Left = 9
  28.       Top = 22
  29.       Width = 27
  30.       Height = 14
  31.       Caption = '&Type:'
  32.       Font.Charset = ANSI_CHARSET
  33.       Font.Color = clWindowText
  34.       Font.Height = -11
  35.       Font.Name = 'Arial'
  36.       Font.Style = []
  37.       ParentFont = False
  38.     end
  39.     object Label2: TLabel
  40.       Left = 9
  41.       Top = 52
  42.       Width = 22
  43.       Height = 13
  44.       Caption = '&URL'
  45.     end
  46.   end
  47.   object btnOk: TButton
  48.     Left = 296
  49.     Top = 14
  50.     Width = 76
  51.     Height = 24
  52.     Caption = 'OK'
  53.     Enabled = False
  54.     ModalResult = 1
  55.     TabOrder = 1
  56.   end
  57.   object btnCancel: TButton
  58.     Left = 297
  59.     Top = 48
  60.     Width = 76
  61.     Height = 24
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 2
  65.   end
  66.   object dropType: TComboBox
  67.     Left = 46
  68.     Top = 25
  69.     Width = 67
  70.     Height = 21
  71.     DropDownCount = 10
  72.     ItemHeight = 13
  73.     TabOrder = 3
  74.     Text = 'http:'
  75.     OnChange = dropTypeChange
  76.     Items.Strings = (
  77.       '(other)'
  78.       'file:'
  79.       'ftp:'
  80.       'gopher:'
  81.       'http:'
  82.       'https:'
  83.       'mailto:'
  84.       'news:'
  85.       'telnet:'
  86.       'wais:')
  87.   end
  88.   object editlURL: TEdit
  89.     Left = 45
  90.     Top = 56
  91.     Width = 220
  92.     Height = 21
  93.     TabOrder = 0
  94.     OnChange = editlURLChange
  95.   end
  96. end
  97.